home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / If < prev    next >
Encoding:
Text File  |  1998-02-16  |  365 b   |  24 lines

  1.                          --AMIGADOS GUIDE V2.5--
  2.                                     IF
  3.  
  4.  
  5.    USE:
  6.    If is the main command used in the script languages condition testing
  7.    process.
  8.  
  9.    PATH:
  10.    Internal
  11.  
  12.    SYSTEM:
  13.    2.0 (enhanced), 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    IF <condition>
  17.    ---      ADOS commands
  18.    ELSE
  19.    ---      ADOS commands
  20.    ENDIF
  21.  
  22.    NOTES:
  23.    none
  24.